.home-section .text{
  display: inline-block;
  color: rgb(255, 255, 255);
  margin: 30px
}

.home-section {
  position: relative;
  background: #2c2d44;
  background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
  background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
  min-height: 100vh;
  top: 0;
  left: 78px;
  width: calc(100% - 78px);
  transition: all 0.5s ease;
  z-index: 2;
}

.animated {
  color: #faebd7;
  font-size: 12px;
  font-family: "MBF Space";
  font-weight: 400;
  text-shadow: 0 0 0 #00ffff;
  -webkit-animation: loading 1s ease-in-out infinite alternate;
}

@-webkit-keyframes loading {
  to {
    text-shadow: 20px 0 20px #0b64e9;
    color: #098de6;
  }
}

.animated :nth-child(2) {
  -webkit-animation-delay: 0.1s;
}
.animated :nth-child(3) {
  -webkit-animation-delay: 0.2s;
}
.animated :nth-child(4) {
  -webkit-animation-delay: 0.3s;
}
.animated :nth-child(5) {
  -webkit-animation-delay: 0.4s;
}
.animated:nth-child(6) {
  -webkit-animation-delay: 0.5s;
}
.animated:nth-child(7) {
  -webkit-animation-delay: 0.6s;
}
.animated:nth-child(8) {
  -webkit-animation-delay: 0.7s;
}
.animated:nth-child(9) {
  -webkit-animation-delay: 0.8s;
}
.animated:nth-child(10) {
  -webkit-animation-delay: 0.9s;
}
.animated:nth-child(11) {
  -webkit-animation-delay: 1s;
}
.animated:nth-child(12) {
  -webkit-animation-delay: 1.1s;
}
.animated:nth-child(13) {
  -webkit-animation-delay: 1.2s;
}
.animated:nth-child(14) {
  -webkit-animation-delay: 1.3s;
}
.animated:nth-child(15) {
  -webkit-animation-delay: 1.4s;
}
.animated:nth-child(16) {
  -webkit-animation-delay: 1.5s;
}
.animated:nth-child(17) {
  -webkit-animation-delay: 1.6s;
}
.animated:nth-child(18) {
  -webkit-animation-delay: 1.7s;
}
.animated:nth-child(19) {
  -webkit-animation-delay: 1.8s;
}
.animated:nth-child(20) {
  -webkit-animation-delay: 1.9s;
}
.animated:nth-child(21) {
  -webkit-animation-delay: 2s;
}
.animated:nth-child(22) {
  -webkit-animation-delay: 2.1s;
}